home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / quicktimeintro / play movie / completed lab / pmwindow.h < prev   
Encoding:
C/C++ Source or Header  |  2000-10-06  |  385 b   |  17 lines

  1. /*
  2.     File:        PMWindow.h
  3.     
  4.     Contains:    QuickTime sample code
  5.  
  6.     Copyright:    © 2000 by Apple Computer, Inc. All rights reserved
  7.  
  8.  
  9. */
  10.  
  11. #include "ComFramework.h"
  12.  
  13. extern Str255 gWindowTitle;        // default name for created windows
  14. extern Rect   gWindowRect;        // default rectangle for created windows
  15.  
  16. WindowReference CreateMovieWindow (void);
  17. void SizeWindowToMovie (WindowObject theWindowObject);